type vendor/golang.org/x/net/idna.idnaTrie

10 uses

	vendor/golang.org/x/net/idna (current package)
		idna10.0.0.go#L186: 	trie *idnaTrie
		tables15.0.0.go#L541: func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) {
		tables15.0.0.go#L603: func (t *idnaTrie) lookupUnsafe(s []byte) uint16 {
		tables15.0.0.go#L626: func (t *idnaTrie) lookupString(s string) (v uint16, sz int) {
		tables15.0.0.go#L688: func (t *idnaTrie) lookupStringUnsafe(s string) uint16 {
		tables15.0.0.go#L709: type idnaTrie struct{}
		tables15.0.0.go#L711: func newIdnaTrie(i int) *idnaTrie {
		tables15.0.0.go#L712: 	return &idnaTrie{}
		tables15.0.0.go#L716: func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {
		trie.go#L27: var trie = &idnaTrie{}